@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  background-color: #000000;
  font-family: "Roboto" sans-serif;
  height: 100svh !important;
}

.offcanvas-body .seperato {
  height: 3px;
  background-color: white;
  margin-top: -10px;
}

#mainScroll h1,
#mainScroll h3 {
  opacity: 0;
  animation: fade-in 2s ease-in-out forwards;
}

#faydaAnimation p {
  opacity: 0;
  animation: fade-in 2s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section.firstSection .swiper-container {
  height: 100%;
  position: relative;
}

section.firstSection .swiper-wrapper {
  height: 100%;
  position: relative;
}

section.firstSection:first-child {
  height: 100%;
  position: relative;
}

section.firstSection video {
  height: 100%;
  position: relative;
  object-fit: cover;
}

section.firstSection .firstvideo {
  height: 100%;
  position: relative;
  object-fit: cover;
}

/* section.firstSection .swiper-container{
  height: 100%;
  border: 1px solid red;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%,-50%);
} */

.bottom-bar .searchButton {
  width: 100px !important;
  text-wrap: nowrap;
  background: #002993;
}

.bottom-bar .searchButton:hover {
  color: #ffffff;
}

.swiper-slide--img--container {
width: 100%;
}

.left-icon,
.right-icon {
  position: fixed;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #353949;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.left-icon i,
.right-icon i {
  color: #fff;
}

.screen-darken {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  position: fixed;
}

/* emir update start */

.bottom-bar {
  width: 460px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  z-index: 10;
  opacity: 1 !important;
  padding: 20px;
  background: rgb(255 255 255 / 08%);
  backdrop-filter: blur(7.5px);
}

.bottom-bar .searchButton {
  width: 80px;
  font-size: 12px;
  padding: 0;
  font-weight: 400;
}

.bottom-bar .position-area p {
  margin: 0;
}

.bottom-bar .type-area p {
  margin: 0;
}

.bottom-bar #cars {
  color: #666666 !important;
  margin-left: -4px;
}

.bottom-bar .seperator {
  border-left: 2px solid #535353;
  height: 70%;
}

/* emir update end */

.bottom-bar .type-area {
  color: #fff;
}

.bottom-bar .position-area {
  color: #fff;
}

.bottom-bar .position-area p {
  /* font-size:11px; */
}

.bottom-bar .position-area select {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 12px;
}

.bottom-bar .type-area select {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 12px;
}

nav .navbar {
  display: flex;
  align-items: center;
}

ul.dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border-top: 4px solid white;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 0px;
}

.navbar-collapse {
  position: absolute;
  right: 20px;
  top: 20px;
}

.navbar-toggler {
  border: 0 !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    width: 100%;
    position: absolute;
    right: 20px;
    top: 4rem;
  }
  .offcanvas {
    height: 100svh !important;
  }
}


.navbar {
  position: absolute;
  z-index: 15;
  background-color: transparent;
  padding: 10px 24px;
}

.navbar .logo {
  height: 54px;
  margin-left: 60px;
}

.navbar .logo img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: "Roboto";
}

/** Variables **/

/** Variables **/

/**Font Style Start **/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Roboto", sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.size-xxl {
  font-size: 65px;
}

.size-xl {
  font-size: 50px;
}

.size-lg {
  font-size: 40px;
}

.size-md {
  font-size: 30px;
}

.size-smX2 {
  font-size: 22px;
}

.size-smX1 {
  font-size: 20px;
}

.size-sm {
  font-size: 18px;
}

.size-xs4 {
  font-size: 14px;
}

.size-xs3 {
  font-size: 13px;
}

.size-xs2 {
  font-size: 12px;
}

.size-xs1 {
  font-size: 11px;
}

.size-xs {
  font-size: 9px;
}

/**Font Style End **/

.btn-xl {
  width: 100px;
  height: 34px;
  background-color: #0045f6;
  color: #fff;
}

.btn-lg {
  width: 100px;
  height: 34px;
  background-color: #0f0f0f;
  color: #fff;
  transition: 0.3s;
}

.btn-lg:hover {
  transition: 0.3s;
  background-color: #0045f6;
  color: #fff;
}

.downIcon {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  z-index: 99;
  position: relative;
}

section.firstSection {
  width: 100%;
  height: 100vh;
  position: relative;
}

section.firstSection .overlay-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 2, 09),
    rgba(0, 7, 25, 0.77),
    rgba(1, 15, 51, 0.55),
    rgba(0, 7, 23, 0.83),
    rgba(0, 0, 0, 0.9)
  );
}

section.firstSection .overlay-color .main-slogan {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.firstSection .overlay-color .main-slogan h1 {
  color: white;
  font-size: 90px;
}

section.firstSection .overlay-color .main-slogan h3 {
  font-weight: 400;
  font-size: 70px;
  color: #d4d1d1;
  opacity: 0.2;
  margin-top: -20px;
}

li.top-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

li.top-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

li.top-btn a.nav-link {
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
}

li.top-btn a.nav-link:hover {
  background-color: transparent !important;
}

section.firstSection video.firstvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 1250px) {
  section.firstSection .overlay-color .main-slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1000px) {
  section.firstSection .overlay-color .main-slogan {
    height: 100svh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.Header {
  width: 101%;
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: linear-gradient(180deg, #0203058f 0%, rgba(2, 3, 5, 0) 100%);
  backdrop-filter: blur(2px);
}

.no-background {
  background: none !important;
  backdrop-filter: none !important;
}

.Header .dropdown-menu {
  background-color: #002993;
}

.Header .dropdown-menu .dropdown-item {
  color: #fff;
}

.Header .dropdown-menu .dropdown-item:hover {
  color: #000;
}

.nav-item:last-child .dropdown-toggle::after {
  display: none;
}

.nav-item:last-child .dropdown-menu {
  padding: 0 0 0 0 !important;
  min-width: 50px !important;
}

.Header .offcanvas {
  height: 100vh;
  background-color: rgba(15, 15, 15, 1);
}

.Header .offcanvas .offcanvas-header {
  padding: 12px 24px;
}

.Header .offcanvas .offcanvas-header .logo {
  margin-top: 12px;
}

.Header .offcanvas .offcanvas-header .offcanvas-title {
  color: white;
}

.Header .offcanvas .offcanvas-header .btn-close {
  color: white;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  margin: 0;
  padding: 0;
}

.Header .offcanvas .offcanvas-body .navbar-nav {
  margin-left: auto;
  margin-top: -20px;
  gap: 5px;
  margin-right: 60px;
}

.Header .offcanvas .offcanvas-body .offcanvas-button {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.Header .navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}

.Header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.navbar-nav .top-btn:first-child {
  background-color: rgba(22, 28, 49, 1) !important;
  backdrop-filter: blur(30px);
  padding: 0rem 0.5rem;
}

.navbar-nav .top-btn:first-child:hover {
  background-color: rgba(40, 48, 80, 1) !important;
}

/* emir update end */

@media screen and (max-width: 991px) {
  .Header .offcanvas .offcanvas-body .offcanvas-button {
    flex-direction: column;
  }
  .navbar-nav .top-btn {
    width: 100%;
    padding: 0.1rem 0.25rem;
    margin: 0 0 10px 0;
    text-align: center;
    flex-direction: column;
  }
  .navbar-nav .top-btn:first-child {
    background-color: rgba(0, 15, 67, 1) !important;
  }
}

@media screen and (max-width: 480px) {
  .Header {
    width: 105% !important;
  }
  .Header .navbar .container-fluid {
    margin: 30px !important;
  }
  nav.navbar {
    padding: 0 !important;
  }
  section.footer {
    padding: 20px 25px !important;
  }
  .navbar .logo {
    margin-left: 20px;
  }
  .Header .navbar .navbar-nav {
    height: 100%;
  }
  .Header .navbar .navbar-nav .nav-link {
    font-weight: 500;
  }
  .Header .navbar .container-fluid .navbar-toggler {
    height: auto;
    margin-bottom: 22px;
  }
  .Header .offcanvas .offcanvas-body .offcanvas-button {
    flex-direction: column;
  }
  .navbar-nav .top-btn {
    width: 120%;
    padding: 0.05rem 0.25rem;
    margin: 0px 0 10px 65px;
    text-align: center;
  }
  .navbar-nav .top-btn:first-child {
    background-color: rgba(0, 15, 67, 1) !important;
    width: 120%;
    padding: 0.05rem 0.25rem;
    margin: 0px 0 10px 64px;
    text-align: center;
  }
  section.firstSection .overlay-color .main-slogan h1 {
    font-size: 45px !important;
  }
  section.firstSection .overlay-color .main-slogan h3 {
    font-size: 30px !important;
  }
}

.dropdown-item-language {
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .Header .offcanvas-body .dropdown-item-language {
    margin-left: 60px;
  }
  .navbar .logo img {
    width: 100px !important;
    margin-top: 5px !important;
    height: auto;
    object-fit: cover;
  }
  .Header .container-fluid {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .overlay-color .akinci {
    margin-top: -9rem;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .openPositionsecondSection .container {
    margin-top: -15rem;
  }
}

@media screen and (max-width: 1024px) {
  .Header {
    width: 102%;
  }
  section.firstSection .downIcon {
    display: none;
  }
  section.firstSection .overlay-color .main-slogan h1 {
    font-size: 90px;
  }
  section.firstSection .overlay-color .main-slogan h3 {
    font-size: 70px;
  }
}

@media screen and (max-width: 900px) {
  section.firstSection .overlay-color .main-slogan h1 {
    font-size: 60px;
  }
  section.firstSection .overlay-color .main-slogan h3 {
    font-size: 40px;
  }
  section.firstSection .custom-swiper-button-prev {
    right: 65px !important;
  }
  section.firstSection .custom-swiper-button-next {
    left: 65px !important;
  }
}

section.secondSection {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
}

section.secondSection .secondImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

section.secondSection .secondImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100vh;
  transition: opacity 0.6s ease;
 
}

section.secondSection .section-bg-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 2, 1) 0%,
    rgba(0, 7, 25, 0.86) 10%,
    rgba(1, 15, 51, 0.61) 42%,
    rgba(0, 7, 23, 0.92) 76%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  mix-blend-mode: normal;
}

section.secondSection .sectionArea .ucus1 {
  position: absolute;
  left: 1020px;
  top: 110px;
  width: 375px;
  z-index: 29;
}

section.secondSection .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.secondSection .swiper-slide-next .swiper-slide--img--container .overlay {
  background-color: black;
  opacity: 0.6;
}

.secondSection .swiper-slide-next .ucus2-text {
  opacity: 0.3;
}

section.secondSection .ucus1-text {
  top: 163px;
  position: absolute;
  left: 12px;
  z-index: 150;
}

section.secondSection .sectionArea .ucus2 {
  position: absolute;
  right: 130px;
  top: 110px;
  width: 375px;
  z-index: 20;
  /* opacity: 0.5; */
}

section.secondSection .sectionArea .ucus3-text {
  position: absolute;
  right: 130px;
  top: 110px;
  width: 375px;
  z-index: 20;
  /* opacity: 0.5; */
}

section.secondSection .metin1 {
  position: absolute;
  z-index: 20;
  color: white;
  right: 120px;
  bottom: 390px;
  font-size: 10px;
  background-color: #002993;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

section.secondSection .metin2 {
  position: absolute;
  z-index: 20;
  color: white;
  right: 144px;
  bottom: 390px;
  font-size: 10px;
  background-color: #002993;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  z-index: 20;
  color: white;
  font-size: 13px;
  background-color: #353a4a;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

section.firstSection .custom-swiper-button-prev {
  right: 135px;
  bottom: 50%;
  transform: translateY(-50%);
}

section.firstSection .custom-swiper-button-next {
  left: 100px;
  bottom: 50%;
  transform: translateY(-50%);
}

@media (min-width: 2300px) {
  .firstSection .custom-swiper-button-next,
  .firstSection .custom-swiper-button-prev {
    bottom: 900px !important;
  }
}

@media (min-width: 2300px) {
  .metin1 {
    right: 110px !important;
    bottom: 540px !important;
  }
}

@media (min-width: 2300px) {
  .metin2 {
    right: 140px !important;
    bottom: 540px !important;
  }
}

@media (max-width: 1900px) {
  .metin1 {
    right: 105px !important;
  }
}

@media (max-width: 1900px) {
  .metin2 {
    right: 129px !important;
  }
}

@media (max-width: 1800px) {
  .metin1 {
    right: 72px !important;
    bottom: 435px !important;
  }
}

@media (max-width: 1800px) {
  .metin2 {
    right: 95px !important;
    bottom: 435px !important;
  }
}

@media (max-width: 1700px) {
  .metin1 {
    right: 105px !important;
    bottom: 430px !important;
  }
}

@media (max-width: 1700px) {
  .metin2 {
    right: 138px !important;
    bottom: 430px !important;
  }
}

@media (max-width: 1600px) {
  .metin1,
  .metin2 {
    bottom: 410px !important;
  }
}

@media (max-width: 1400px) {
  .metin1 {
    right: 110px !important;
    bottom: 400px !important;
  }
}

@media (max-width: 1400px) {
  .metin2 {
    right: 140px !important;
    bottom: 400px !important;
  }
}

@media (max-width: 1300px) {
  .metin1 {
    right: 110px !important;
    bottom: 400px !important;
  }
}

@media (max-width: 1300px) {
  .metin2 {
    right: 140px !important;
    bottom: 400px !important;
  }
}

@media (max-width: 1250px) {
  .metin1 {
    right: 250px !important;
    bottom: 230px !important;
  }
}

@media (max-width: 1250px) {
  .metin2 {
    right: 273px !important;
    bottom: 230px !important;
  }
}

@media (max-width: 600px) {
  .icon3,
  .icon4,
  .metin1,
  .metin2 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .firstSection .custom-swiper-button-next,
  .firstSection .custom-swiper-button-prev {
    display: none !important;
  }
}

section.thirdSection .icon3 {
  position: absolute;
  z-index: 20;
  color: white;
  right: 115px;
  bottom: 500px;
  font-size: 10px;
  background-color: #002993;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

section.thirdSection .icon4 {
  position: absolute;
  z-index: 20;
  color: white;
  right: 138px;
  bottom: 500px;
  font-size: 10px;
  background-color: #002993;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}
section.secondSection .sectionImgArea {
  z-index: 100;
}

section.secondSection .sectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 90px;
  line-height: 1.1;
  transition: font-size 0.3s ease;
}

section.secondSection .sectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -20px;
  font-weight: 400;
  transition: font-size 0.3s ease;
}

section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
  font-size: 65px;
}

#mainScroll {
  text-align: center;
}

@media screen and (max-width: 1400px) {
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 80px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 58px;
  }
}

@media screen and (max-width: 1200px) {
  section.secondSection {
    min-height: 100vh;
  }
  section.secondSection .secondImg img {
    min-height: 100vh;
  }
  .secondSectionContentContainer {
    padding: 0 50px;
    margin-top: 5rem;
    min-height: calc(100svh - 10rem);
    padding-bottom: 3rem;
  }
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 70px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 50px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 50px;
  }
  .section-text-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  section.secondSection {
    min-height: auto;
    height: auto;
    position: relative;
  }
  section.secondSection .secondImg {
    position: absolute;
    height: 100%;
    min-height: 100vh;
    width: 100%;
  }
  section.secondSection .secondImg img {
    min-height: 100vh;
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
  }
  section.secondSection .overlay-color2 {
    min-height: 100vh;
    height: auto;
    position: absolute;
    width: 100%;
  }
  .secondSectionContentContainer {
    padding: 0 30px;
    margin-top: 3rem;
    height: auto;
    min-height: auto;
    padding-bottom: 4rem;
  }
  section.secondSection .sectionImgArea {
    margin-bottom: 40px;
    text-align: center;
  }
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 55px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 40px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 40px;
  }
  .section-text-3 {
    font-size: 16px;
    text-align: center;
  }
  .second-swiper-container,
  .third-swiper-container {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  .second-button-prev,
  .second-button-next,
  .third-button-prev,
  .third-button-next {
    position: relative;
    order: 0;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0;
    z-index: 10;
  }
  .second-button-prev,
  .third-button-prev {
    order: 1;
  }
  .secondSwiper,
  .thirdSectionSwiper {
    order: 2;
    width: 100%;
    flex: 1;
  }
  .second-button-next,
  .third-button-next {
    order: 3;
  }
}

@media screen and (max-width: 900px) {
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 50px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 36px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  section.secondSection {
    min-height: 100vh;
    height: auto;
  }
  .secondSectionContentContainer {
    padding: 0 20px;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 45px;
    line-height: 1.2;
  }
  section.secondSection .sectionImgArea .sloganBottom {
    padding-top: 15px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 32px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 32px;
  }
  .section-text-3 {
    font-size: 14px;
    margin-top: 15px;
  }
  .second-swiper-container,
  .third-swiper-container {
    gap: 10px;
  }
  .second-button-prev,
  .second-button-next,
  .third-button-prev,
  .third-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: white !important;
    flex-shrink: 0;
  }
  .secondSwiper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .secondSwiper .swiper-slide--img--container {
    height: 250px !important;
  }
}

@media screen and (max-width: 600px) {
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 40px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 28px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 28px;
  }
  .section-text-3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 550px) {
  section.secondSection {
    min-height: 100vh;
    height: auto;
  }
  section.secondSection .sectionImgArea .sloganSvg h1 {
    line-height: 1;
    font-size: 35px;
  }
  section.secondSection .sectionImgArea .sloganBottom {
    padding-top: 10px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 26px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 26px;
  }
  .section-text-3 {
    font-size: 12px;
    margin-top: 10px;
  }
  .secondSectionContentContainer {
    padding: 0 15px;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .secondSwiper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .second-button-prev,
  .second-button-next,
  .third-button-prev,
  .third-button-next {
    width: 36px;
    height: 36px;
    font-size: 12px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: white !important;
    flex-shrink: 0;
  }
  .second-swiper-container,
  .third-swiper-container {
    gap: 8px;
  }
  .secondSwiper .swiper-slide--img--container {
    height: 220px !important;
  }
}

@media screen and (max-width: 400px) {
  section.secondSection .sectionImgArea .sloganSvg h1 {
    font-size: 28px;
    line-height: 1.1;
  }
  section.secondSection .sectionImgArea .sloganBottom h1.size-xxl {
    font-size: 22px;
  }
  section.secondSection .sectionImgArea .sloganBottom h1 {
    font-size: 22px;
  }
  .section-text-3 {
    font-size: 11px;
  }
  .secondSectionContentContainer {
    padding: 0 12px;
  }
}

section.thirdSection {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  isolation: isolate;
}

.thirdSectionSwiper {
  width: 100%;
  overflow: hidden;
  height: 400px;
  padding-bottom: 50px !important;
}
.secondSwiper {
  width: 100%;
  padding-top: 50px;
  height: auto !important;
  overflow: hidden !important;
}
.secondNavigation {
  z-index: 100;
  top: 0px;
}

.thirdSectionSwiper,
.secondSwiper img {
  width: 100%;
  object-fit: cover;
}
.secondSwiper .swiper-slide {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .secondSwiper .swiper-slide,
  .thirdSectionSwiper .swiper-slide {
    width: 100% !important;
    padding: 0 8px !important;
  }
}
.third-swiper-item {
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: clip;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7.5px);
}

.swiper-slide-active .third-swiper-item {
  background-color: rgba(0, 41, 147, 1);
}
.gslide-description {
  background: rgba(0, 41, 147, 1) !important;
}
.gslide-desc {
  color: rgba(255, 255, 255, 1);
  font-size: 16px !important;
  font-weight: 300 !important;
}
.glightbox-clean .gslide-title {
  font-size: 24px !important;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}
.third-swiper-item span img {
  width: 12px;
}
.third-swiper-item span {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.thirdSwiperContainer {
  flex-wrap: wrap;
  height: 100svh;
  padding: 0 100px;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}

.secondSectionContentContainer {
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 100svh;
  height: auto;
  padding: 0 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  padding-bottom: 5rem;
}

.second-swiper-container,
.third-swiper-container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.second-swiper-container .secondSwiper,
.third-swiper-container .thirdSectionSwiper {
  flex: 1;
}

.section-text-3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  transition: font-size 0.3s ease;
}

.thirdNavigation {
  top: 20px;
  z-index: 100;
}

.third-button-prev,
.third-button-next,
.second-button-prev,
.second-button-next {
  font-size: 10px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.second-button-prev i,
.second-button-next i,
.third-button-prev i,
.third-button-next i {
  color: #002993;
}
section.thirdSection .overlay-color2,
section.secondSection .overlay-color2 {
  width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  /* background: linear-gradient(180deg, rgba(0, 18, 64, 0) -23.28%, #000000 100%); */
}

section.thirdSection .thirdSectionImgArea {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

section.thirdSection .thirdSectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 85px;
  margin-bottom: -20px;
}

section.thirdSection .thirdSectionImgArea .sloganBottom button {
  color: #fff;
  background: #002993;
  width: 150px;
}

section.thirdSection .thirdSectionImgArea .sloganBottom button:hover,
.openPositions .btn button:hover,
.swiper-slide-active .main-slogan .btn:hover,
section.footer button.btnFooter:hover {
  border: 1px solid #fff;
}

section.thirdSection .thirdSectionImgArea .sloganBottom h1 {
  color: #fff;
}

section.thirdSection video.thirdvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

section.fifthSection {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

section.fifthSection .overlay-color2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 255, 34, 0) 40%, #000000 100%),
    linear-gradient(0deg, rgba(0, 18, 64, 0) 10%, #000000 100%);
}

section.fifthSection .fifthImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 80;
  -o-object-fit: cover;
  object-fit: cover;
}

section.fifthSection .fifthText {
  display: block;
  width: 20%;
  margin: 100px auto 0 auto;
  margin-top: 150px;
  margin-bottom: 75px;
  text-align: center;
}

section.fifthSection .fifthText h3 {
  color: #fff;
  font-weight: 400;
}

section.fifthSection .fifthText p {
  color: #fff;
}

section.fifthSection .sectionImgArea {
  position: absolute;
  left: 104px;
  bottom: 158px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.fifthSection .sectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 70px;
}

section.fifthSection .sectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -47px;
}

.fifthSectionSwiper {
  width: 100%;
  height: auto;
}

.fifthSectionSwiper .swiper-slide {
  width: 100%;
  overflow-x: hidden;
  border-radius: 10px;
  margin-right: 20px;
}

.fifthSectionSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fifthSectionSwiper .swiper-slide .jobCard {
  text-decoration: none;
  width: auto;
  overflow: hidden;
}

.fifthSectionSwiper .swiper-slide .jobCard a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: linear-gradient(180deg, rgba(0, 18, 64, 0) 50%, #000000 100%);
}

.fifthSectionSwiper .swiper-slide .jobCard p {
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 5px;
}

section.fourthSection {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

section.fourthSection .overlay-color2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

section.fourthSection .fourthImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 80;
}

@media screen and (max-width: 850px) {
  section.fourthSection .fourthImg img {
    max-width: none !important;
    max-height: none !important;
    position: relative;
    width: 150vh;
  }
}

section.fourthSection .fourthText {
  text-wrap: nowrap;
  display: block;
  width: 25%;
  margin: 100px auto 0 auto;
  margin-top: 150px;
  margin-bottom: 75px;
  text-align: center;
}

section.fourthSection .fourthText h3 {
  color: #fff;
  font-weight: 400;
}

section.fourthSection .fourthText p {
  color: #fff;
}

section.fourthSection .sectionImgArea {
  position: absolute;
  left: 104px;
  bottom: 158px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.fourthSection .sectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 70px;
}

section.fourthSection .sectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -47px;
}

.fourthSectionSwiper {
  width: 100%;
  height: auto;
}

.fourthSectionSwiper .swiper-slide {
  width: 100%;
  overflow-x: hidden;
  border-radius: 10px;
  margin-right: 20px;
}

.fourthSectionSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.fourthSectionSwiper .swiper-slide .jobCard {
  text-decoration: none;
  width: auto;
  overflow: hidden;
}

.fourthSectionSwiper .swiper-slide .jobCard a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: linear-gradient(180deg, rgba(0, 18, 64, 0) 0%, #000000 100%);
}

.fourthSectionSwiper .swiper-slide .jobCard p {
  color: rgb(255 255 255);
  position: relative;
  bottom: 0px;
  margin-bottom: 0;
  padding: 10px;
  text-wrap: nowrap;
  z-index: 20;
}

.fourthSectionSwiper .swiper-slide .jobCard :hover {
  cursor: pointer;
}

.fourthSectionSwiper .swiper-slide .jobCard:hover p {
  color: #ffffff;
}

.fourthSectionSwiper .swiper-slide .jobCard:hover img {
  transition: transform 0.3s ease;
  transform: scale(1.01) translate(0%, -3%);
  border-radius: 10px;
}

.jobCard:hover i{
        color:#000;
        background-color:#fff;
    }
.jobCard:hover i:before{
        color:#000;
    }

.openPositions {
  width: 100%;
  position: absolute;
  z-index: 80;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.openPositions .btn {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.openPositions .btn span {
  margin: 0 5px 0 0;
}

/* emir update start */

.statisticContent {
  padding: 0 30px 0 30px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7.5px);
  border-radius: 10px;
}

.statisticContent .statisticBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* emir update end */

.statisticContent .statisticBox h1 {
  color: #fff;
}

.statisticContent .statisticBox p {
  color: #fff;
  margin: 0;
}

section.fifthSection video.fifthvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 376px) {
  section.fifthSection .fifthSectionContainer {
    position: relative;
    transform: translate(50%, -45%);
  }
}

@media screen and (max-width: 767.98px) {
  section.fifthSection .fifthText h3 {
    font-size: 20px;
  }
  section.fifthSection .fifthText p {
    font-size: 14px;
  }
  section.fifthSection .sectionImgArea .sloganSvg h1 {
    font-size: 40px !important;
    margin: 0 !important;
  }
  section.fifthSection .sectionImgArea .sloganBottom h1 {
    font-size: 35px !important;
    margin-top: 0px !important;
  }
  section.fifthSection .sectionImgArea .statisticContent {
    width: 100% !important;
  }
  section.fifthSection .openPositions .btn {
    font-size: 16px !important;
  }
  section.fifthSection .fifthSectionContainer {
    position: relative;
    top: 40%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

section.fourthSection video.fourthvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 429px) {
  section.fourthSection .fourthSectionContainer {
    position: relative;
    transform: translate(50%, -5%);
    right: 150%;
    width: 200%;
  }
}

@media screen and (max-width: 375px) {
  section.fourthSection .fourthSectionContainer {
    transform: translate(50%, -10%) !important;
  }
}

@media screen and (max-width: 360px) {
  section.fourthSection .fourthSectionContainer {
    transform: translate(50%, -12%) !important;
  }
}

@media screen and (max-width: 480px) {
  section.fourthSection .fourthText h3 {
    font-size: 20px;
    margin-left: 0px;
  }
  section.fourthSection .fourthText p {
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) {
  section.fourthSection .fourthText h3 {
    font-size: 25px;
  }
  section.fourthSection .fourthText p {
    font-size: 14px;
  }
  @media screen and (min-width: 1250px) {
    section.fourthSection .fourthText p {
      margin: 0px;
    }
  }
  section.fourthSection .sectionImgArea .sloganSvg h1 {
    font-size: 40px !important;
    margin: 0 !important;
  }
  section.fourthSection .sectionImgArea .sloganBottom h1 {
    font-size: 35px !important;
    margin-top: 0px !important;
  }
  section.fourthSection .sectionImgArea .statisticContent {
    width: 100% !important;
  }
  section.fourthSection .openPositions .btn {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  .fifthText {
    width: 100% !important;
    margin-top: 85px !important;
  }
  .fifthText p {
    font-size: 16px;
  }
  section.fifthSection .fifthSectionContainer {
    position: relative;
    top: 0%;
    right: 50%;
    transform: translate(50%, 5%);
  }
  .fifthSection .sectionImgArea {
    padding: 0 10px;
    display: block !important;
    position: static !important;
    margin: 100px 0 20px 0;
    text-align: center;
  }
  section.fifthSection .openPositions .btn {
    font-size: 20px;
  }
  section.fifthSection .openPositions .btn span {
    display: flex;
    justify-content: center;
  }
  section.fifthSection .openPositions .btn span svg {
    width: 20px;
    height: 20px;
  }
  section.fifthSection .sectionImgArea .statisticContent {
    padding: 0 20px;
    margin-top: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  section.fifthSection .sectionImgArea .sloganSvg h1 {
    font-size: 65px;
    margin: -20px;
  }
  section.fifthSection .sectionImgArea .sloganBottom h1 {
    color: #fff;
    margin-top: -5px;
    font-size: 45px;
  }
  section.fifthSection .sectionImgArea .statisticContent .statisticBox {
    margin: 0;
    justify-content: center;
  }
  .workerCount {
    display: none !important;
  }
}

@media screen and (max-width: 1440px) {
  section.fifthSection .sectionImgArea {
    position: absolute;
    bottom: 100px;
  }
}

@media only screen and (min-width: 429px) {
  section.fourthSection .fourthSectionContainer {
    position: relative;
    top: 0%;
    right: 50%;
    transform: translate(50%, 0%);
  }
}

@media only screen and (min-width: 800px) and (max-width: 805px) {
  section.fourthSection .fourthSectionContainer {
    transform: translate(50%, 50%) !important;
  }
}

@media only screen and (min-width: 806px) and (max-width: 900px) {
  section.fourthSection .fourthSectionContainer {
    transform: translate(50%, 25%) !important;
  }
}

.fourthSection .sectionImgArea {
  padding: 0 10px;
  display: block !important;
  position: static !important;
  margin: 100px 0 20px 0;
  text-align: center;
}

section.fourthSection .openPositions .btn {
  font-size: 20px;
}

section.fourthSection .openPositions .btn span {
  display: flex;
  justify-content: center;
}

section.fourthSection .openPositions .btn span svg {
  width: 20px;
  height: 20px;
}

section.fourthSection .sectionImgArea .statisticContent {
  padding: 0 20px;
  margin-top: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

section.fourthSection .sectionImgArea .sloganSvg h1 {
  font-size: 65px;
  margin: -20px;
}

section.fourthSection .sectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -5px;
  font-size: 45px;
}

section.fourthSection .sectionImgArea .statisticContent .statisticBox {
  margin: 0;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  section.fourthSection .sectionImgArea {
    position: absolute;
    bottom: 100px;
  }
}

section.sixthSection {
  width: 100%;
  height: 100vh;
  position: relative;
}

section.sixthSection .overlay-color2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  /* background: linear-gradient(180deg, rgba(0, 255, 34, 0) 40%, #000000 100%),
    linear-gradient(0deg, rgba(0, 18, 64, 0) 10%, #000000 100%); */
}

section.thirdSection .thirdImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

section.thirdSection .thirdImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100vh;
  transition: opacity 0.6s ease;
  opacity: 1;
}

section.thirdSection .section-bg-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 2, 1) 0%,
    rgba(0, 7, 25, 0.86) 10%,
    rgba(1, 15, 51, 0.61) 42%,
    rgba(0, 7, 23, 0.92) 76%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  mix-blend-mode: normal;
}

section.sixthSection .sixthImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

section.eighthSection .eighthImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

section.nineSection .nineImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

/* section.fourthSection .fourthImg img {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
} */

section.sixthSection .sectionImgArea {
  position: absolute;
  left: 104px;
  bottom: 158px;
  z-index: 20;
}

section.sixthSection .sixthText {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 80;
  top: 15%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.sixthSection .sixthText h3 {
  color: #fff;
  font-weight: 400 !important;
  font-size: 25px;
}

section.sixthSection .sixthText p {
  color: #fff;
}

section.sixthSection .tabMenu {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabMenuButonlar {
  display: flex;
  flex-direction: column;
}

.tabMenuButonlar div {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

/* emir update start */

.tabMenuButonlar div p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 30px;
}

/* emir update end */

.tabMenuItem {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #0f0f0f;
  width: 150px;
  height: 50px;
  cursor: pointer;
}

.tabMenuItem h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 23px;
}

.tabMenuItem svg {
  display: none;
  position: absolute;
  left: 5%;
}

.tabMenuItem.active svg {
  left: -20%;
  display: block;
}

.tabMenuItem.active h3 {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.tabMenuContent .tab-container {
  display: none;
}

.tabMenuContent .tab-container h3 {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin: 15px 0;
}

.tabMenuContent .tab-container p {
  font-size: 14px;
  line-height: 16px;
  color: #fff !important;
}

.tabMenuContent .tab-container.active {
  display: block;
}

.number {
  width: 150px;
  height: 100px;
  position: absolute;
  left: 40px;
  bottom: 10px;
  z-index: 999;
}

.number h3 {
  font-size: 14px;
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  color: rgba(0, 69, 246, 0.3);
}

.campusMobile {
  display: none;
}

@media screen and (max-width: 480px) {
  section.sixthSection .sixthText {
    top: 17%;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .sixthSection .tabMenu .container {
    display: none;
  }
  .campusMobile {
    width: 100%;
    display: block !important;
  }
  .sixthSectionSwiper {
    margin-top: 50px !important;
  }
  .sixthSection .swiper-slide .campus-card img {
    height: 140px !important;
  }
  .campus-card .campusName {
    font-size: 14px !important;
  }
  .campus-card .campusCardContent p {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1024px) {
  section.sixthSection .tabMenu .container {
    display: none;
  }
  .campusMobile {
    display: block !important;
    height: auto;
    width: 100%;
  }
  .sixthSectionSwiper .swiper-slide {
    width: 100%;
    transform: scale(0.8);
    transition: all 300ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .sixthSectionSwiper .swiper-slide-active {
    transform: scale(1);
  }
  .sixthSection .swiper-slide .campus-card {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 1rem;
    padding: 0rem !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .sixthSection .swiper-slide .campus-card:hover {
    background-color: #001958 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .sixthSection .swiper-slide .campus-card img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 0.6rem;
  }
  .campus-card .campusName {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin: 10px 0;
  }
  .campus-card .imageContainer {
    position: relative;
  }
  .campus-card .campusCardContent p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
}

section.seventhSection {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}

section.seventhSection .seventhImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

section.seventhSection .sectionImgArea {
  padding: 100px;
}

section.seventhSection .sectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 70px;
}

section.seventhSection .sectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -40px;
  font-size: 40px;
}

/* emir update */

.faydaMenu {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.faydaMenu .faydaBox {
  width: 20%;
  height: 10%;
  position: relative;
}

.faydaMenu .faydaBox img {
  z-index: 1;
  opacity: 0.5;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.faydaMenu .faydaBox img:hover {
  opacity: 1;
  transition: 0.3s;
}

.faydaMenu .faydaBox img:hover + p {
  opacity: 0;
  text-align: center;
  visibility: hidden;
}

.faydaMenu .faydaBox p {
  position: absolute;
  z-index: 10;
  bottom: 0;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.faydaContent {
  display: none;
}

.active {
  display: flex;
  justify-content: space-around;
}

.education .active {
  justify-content: space-between;
}

.small-dot {
  font-size: 4px;
  vertical-align: middle;
}

.faydaContent .faydaCarousel {
  width: 400px;
}

.faydaContent .faydaContentText {
  margin-top: 0 !important;
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
}

.seventhSection .seventhSectionSwiper {
  display: none;
}

@media screen and (max-width: 1024px) {
  .faydaMenu {
    display: none;
  }
  .faydaContentMobile {
    display: block;
  }
  .active {
    display: none;
  }
  section.seventhSection .sectionImgArea {
    margin-top: 0;
    padding: 0 100px 100px 100px;
  }
  section.seventhSection .sectionImgArea .sloganSvg {
  }
  section.seventhSection .sectionImgArea .seventhSectionSwiper {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .seventhSectionSwiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .seventhSectionSwiper .swiper-slide .faydaContentMobile .faydaImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .seventhSectionSwiper
    .swiper-slide
    .faydaContentMobile
    .faydaText
    .faydaSubText {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .seventhSectionSwiper .faydaContentMobile .faydaText h3 {
    font-size: 32px;
  }
  .seventhSectionSwiper .faydaContentMobile .faydaText .faydaSubText {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .seventhSectionSwiper .swiper-slide .faydaContentMobile .faydaText p {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
  }
  section.seventhSection .sectionImgArea {
    margin-top: 40px;
    padding: 100px;
  }
  .seventhSectionSwiper .faydaContentMobile .faydaText h3 {
    font-size: 20px;
  }
}

section.eighthSection {
  width: 100%;
  height: 100vh;
  position: relative;
}

section.eighthSection .overlay-color2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  /* background: linear-gradient(180deg, rgba(1, 1, 2, 0.4), #000000); */
  /* background: linear-gradient(180deg, rgba(0, 18, 64, 0) -23.28%, #000000 100%); */
}

section.eighthSection button {
  color: #fff;
  background: #002993;
  width: 150px;
}

section.eighthSection button:hover {
  border: 1px solid #fff;
  background: #002993;
  color: #fff;
}

section.eighthSection .col-lg-5 {
  position: absolute;
  width: 100%;
  height: 140vh;
  left: 85px;
  /* padding: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}

section.eighthSection .col-lg-6 {
  position: absolute;
  width: 30%;
  height: 140vh;
  right: 200px;
  /* padding: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}

section.eighthSection .eighthSectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 100px;
}

section.eighthSection .eighthSectionImgArea .sloganBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.eighthSection .eighthSectionImgArea .sloganBottom button {
  color: #fff;
}

section.eighthSection .eighthSectionImgArea .sloganBottom button:hover {
  border: 1px solid #fff;
}

section.eighthSection .eighthSectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -30px;
}

section.eighthSection video.eighthvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  section.eighthSection .eighthSectionImgArea .font-light {
    font-size: 14px !important;
  }
  section.eighthSection .eighthSectionImgArea {
    justify-content: center !important;
  }
  .sixthSection .swiper-slide .campus-card:hover {
    background-color: #000000b2 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
}

.icon4 {
  display: none !important;
}
.icon3 {
  display: none !important;
}

@media screen and (max-width: 1250px) {
  section.eighthSection .col-lg-6 {
    position: absolute;
    width: 60%;
    height: 140vh;
    left: 80px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
  section.eighthSection .col-lg-5 {
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 85px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
}

@media screen and (max-width: 767px) {
  section.eighthSection .col-lg-6 {
    position: absolute;
    width: 71%;
    height: 20vh !important;
    left: 80px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
  section.eighthSection .col-lg-5 {
    position: absolute;
    width: 80% !important;
    top: 25% !important;
    height: 0vh !important;
    left: 85px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
}

@media screen and (max-width: 500px) {
  section.eighthSection .col-lg-6 {
    height: 20vh !important;
    left: 35px;
  }
  section.eighthSection .col-lg-5 {
    height: 20vh !important;
    left: 35px;
  }
}

@media screen and (max-width: 450px) {
  section.eighthSection .col-lg-6 {
    height: 20vh !important;
    left: 55px;
    text-align: center;
  }
  section.eighthSection .design {
    text-align: center;
  }
  section.eighthSection .col-lg-5 {
    height: 10vh !important;
  }
}

@media screen and (max-width: 400px) {
  section.eighthSection .col-lg-6 {
    height: 40vh !important;
  }
  section.eighthSection .col-lg-5 {
    height: 10vh !important;
  }
}

@media screen and (max-width: 1024px) {
  section.eighthSection .eighthSectionImgArea .font-light {
    /* font-size: 20px; */
  }
  section.eighthSection .eighthSectionImgArea {
    display: flex !important;
    justify-content: start;
  }
}

/* --------NineSection------------ */

section.nineSection {
  width: 100%;
  height: 100vh;
  position: relative;
}

section.nineSection .overlay-color2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(
    179.81deg,
    rgba(7, 11, 44, 0.5) 50%,
    rgba(0, 0, 0, 0.97) 99.83%
  );
}

section.nineSection button {
  color: #fff;
  background: #002993;
  width: 150px;
}

section.nineSection button:hover {
  border: 1px solid #fff;
  background: #002993;
  color: #fff;
}

section.nineSection .col-lg-5 {
  position: absolute;
  width: 100%;
  height: 140vh;
  left: 85px;
  /* padding: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}

section.nineSection .col-lg-6 {
  position: absolute;
  width: 30%;
  height: 140vh;
  right: 200px;
  /* padding: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}

section.nineSection .nineSectionImgArea .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 100px;
}

section.nineSection .nineSectionImgArea .sloganBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.nineSection .nineSectionImgArea .sloganBottom button {
  color: #fff;
}

section.nineSection .nineSectionImgArea .sloganBottom button:hover {
  border: 1px solid #fff;
}

section.nineSection .nineSectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -30px;
}

section.nineSection video.ninevideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  section.nineSection .nineSectionImgArea .font-light {
    font-size: 14px !important;
  }
  section.nineSection .nineSectionImgArea {
    justify-content: center !important;
  }
}

@media screen and (max-width: 1250px) {
  section.nineSection .col-lg-6 {
    position: absolute;
    width: 60%;
    height: 140vh;
    left: 80px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
  section.nineSection .col-lg-5 {
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 85px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
}

@media screen and (max-width: 767px) {
  section.nineSection .col-lg-6 {
    position: absolute;
    width: 71%;
    height: 20vh !important;
    left: 80px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
  section.nineSection .col-lg-5 {
    position: absolute;
    width: 80% !important;
    top: 25% !important;
    height: 0vh !important;
    left: 85px;
    /* padding: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
}

@media screen and (max-width: 500px) {
  section.nineSection .col-lg-6 {
    height: 20vh !important;
    left: 35px;
  }
  section.nineSection .col-lg-5 {
    height: 20vh !important;
    left: 35px;
  }
}

@media screen and (max-width: 450px) {
  section.nineSection .col-lg-6 {
    height: 15vh !important;
    left: 60px;
    text-align: center;
  }
  section.nineSection .design {
    text-align: center;
  }
  section.nineSection .col-lg-5 {
    height: 10vh !important;
  }
}

@media screen and (max-width: 400px) {
  section.nineSection .col-lg-6 {
    height: 20vh !important;
  }
  section.nineSection .col-lg-5 {
    height: 10vh !important;
  }
}

@media screen and (max-width: 1024px) {
  section.nineSection .nineSectionImgArea .font-light {
    /* font-size: 20px; */
  }
  section.nineSection .nineSectionImgArea {
    display: flex !important;
    justify-content: start;
  }
}

section.tenthSection {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}

section.tenthSection .tenthImg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

section.tenthSection .sectionImgArea .obBg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* emir update */

section.tenthSection .sectionImgArea .obBg .obContent {
  z-index: 999;
  position: absolute;
  /* left: 250px; */
  top: 25%;
  padding: 40px;
}
section.tenthSection .sectionImgArea .obBg .obContent p {
  width: 48%;
  margin: 0 auto !important;
}

section.tenthSection .sectionImgArea .obBg .obContent .sloganSvg h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 90px;
}

section.tenthSection .sectionImgArea .obBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.tenthSection .sectionImgArea .sloganSvg {
  display: flex;
  justify-content: center;
}

section.tenthSection .sectionImgArea .sloganBottom {
  display: flex;
  justify-content: center;
}

section.tenthSection .sectionImgArea .sloganBottom h1 {
  color: #fff;
  margin-top: -40px;
  font-size: 60px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  section.tenthSection .sectionImgArea .obBg .obContent {
    left: 0 !important;
  }
  section.tenthSection .sectionImgArea .obBg .obContent p {
    width: 100%;
    margin: 0 auto !important;
  }
  section.tenthSection .sectionImgArea .obBg .obContent .sloganSvg h1 {
    font-size: 45px;
  }
  section.tenthSection .sectionImgArea .sloganBottom h1 {
    font-size: 35px !important;
    margin-top: -10px !important;
  }
  section.tenthSection .sectionImgArea .obBg .obContent .font-light {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  section.tenthSection .sectionImgArea .obBg .obContent .sloganSvg h1 {
    font-size: 70px;
  }
  section.tenthSection .sectionImgArea .sloganBottom h1 {
    font-size: 65px;
  }
  section.tenthSection .sectionImgArea .obBg .obContent {
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  section.tenthSection .sectionImgArea .obBg .obContent .font-light {
    font-size: 20px;
  }
}

section.footer {
  position: relative;
  background-color: #0f0f0f;
  width: 100%;
  height: auto;
  padding: 20px 70px;
  display: block;
  /*z index kaldÄ±rÄ±lmalÄ±*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.footer .fp-tableCell .footerContainer {
  margin: 0;
  width: 100% !important;
}

section.footer .leftContent {
  padding-left: 20px;
}

section.footer .linkBox h3 {
  color: #666666;
}

section.footer .linkContent {
  display: flex;
  justify-content: space-evenly;
}

section.footer .linkContent .linkBox {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}

section.footer .linkContent .linkBox h3 {
  color: #666666;
}

section.footer .linkContent .linkBox a {
  text-decoration: none;
  margin: 10px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #e0e0e0;
}

section.footer .contactItem {
  display: flex;
}

section.footer .contactItem p {
  margin-bottom: 5px !important;
  color: #fff;
}

section.footer .footerLeft p {
  color: #fff;
}

section.footer button.btnFooter {
  width: 206px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  border: 0;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  section.footer .leftContent {
    padding-left: 0;
  }
}

@media (max-width: 850px) {
  section.footer .linkContent {
    margin: 5px 0px;
    justify-content: flex-start;
  }
}

@media (min-width: 767px) and (max-width: 850px) {
  section.footer .secondFooter {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .bottom-bar {
    display: none !important;
  }
  section.footer {
    position: relative;
    background-color: #0f0f0f;
    width: 100%;
    height: 100%;
  }
  section.footer .contactItem {
    display: none;
  }
  section.footer .showContactWay {
    display: block;
  }
  section.footer .linkContent {
    display: none;
  }
  section.footer .linkBox {
    margin-top: 15px;
  }
  ul.navbar-nav {
    padding: 10px;
  }
  .size-xxl {
    font-size: 46px;
  }
  li.top-btn {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin: 5px 0;
  }
  section.firstSection {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  section.firstSection .overlay-color .main-slogan .type-area {
    color: #fff;
  }
  section.firstSection .overlay-color .main-slogan .position-area {
    color: #fff;
  }
  section.firstSection .overlay-color .main-slogan .position-area p {
    font-size: 11px;
  }
  section.firstSection .overlay-color .main-slogan .position-area select {
    background-color: transparent;
    border: 0;
    color: #969696;
    font-size: 12px;
  }
  section.firstSection .overlay-color .main-slogan .type-area select {
    background-color: transparent;
    border: 0;
    color: #969696;
    font-size: 12px;
  }
  section.thirdSection .thirdSectionImgArea .sloganSvg h1 {
    font-size: 45px;
    margin-bottom: 0px;

    /* margin: -5px; */
  }
  section.seventhSection .sectionImgArea .sloganSvg h1 {
    font-size: 35px;
  }
  section.seventhSection .sectionImgArea .sloganBottom h1 {
    color: #fff;
    margin-top: -30px;
    font-size: 40px;
  }
  section.seventhSection .sectionImgArea {
    padding: 20px;
  }
  section.eighthSection .eighthSectionImgArea .sloganSvg h1 {
    font-size: 60px;
  }
  section.eighthSection .eighthSectionImgArea {
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
  section.eighthSection .eighthSectionImgArea .sloganBottom h1 {
    color: #fff;
    margin-top: -25px;
    font-size: 35px;
  }
  section.nineSection .nineSectionImgArea {
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
  }
  section.nineSection .nineSectionImgArea .sloganSvg h1 {
    font-size: 60px;
  }
  section.nineSection .nineSectionImgArea .sloganBottom h1 {
    color: #fff;
    margin-top: -25px;
    font-size: 35px;
  }
  section.tenthSection .sectionImgArea .obBg .obContent .sloganSvg h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 45px;
    text-align: center;
  }
  section.tenthSection .sectionImgArea .obBg .obContent {
    padding: 20px;
  }
  .faydaMenu .faydaBox {
    width: 130px;
    height: 150px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.tabMenuButonlar .tabMenuItem {
  transition: 0.3s;
  opacity: 0.5;
}

/*
.tabMenuButonlar .parag p {
  transition: 0.3s;
  opacity: 0.5;
} */

.text .description.low-opacity {
  opacity: 0.5;
  margin-left: 10px;
  transition: margin-left 0.3s ease-in-out;
}

.tabMenuButonlar .tabMenuItem.active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.3s;
}

section.openPositionsfirstSection .overlay-color {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    179.81deg,
    rgba(0, 21, 73, 0) 50%,
    rgba(1, 1, 2, 0.97) 99.83%
  );
}

section.openPositionsfirstSection .overlay-color .akinci {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.openPositionsfirstSection .overlay-color .planeDots {
  right: 0;
  top: 0;
  width: 100%;
}

section.openPositionsfirstSection .overlay-color .planeDots .tooltipDot {
  width: 20px;
  height: 20px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.28);
  background-color: #000f43;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
section.questionSection .questionsSlider .swiper {
  margin-top: 0px !important;
}

section.openPositionsfirstSection .overlay-color .planeDots .tooltipDot:after {
  -webkit-animation: 1.5s linear 0s normal none infinite running
    tooltipDotAnimate;
  animation: 1.5s linear 0s normal none infinite running tooltipDotAnimate;
  content: "";
  position: absolute;
  top: -19px;
  left: -19px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 70px;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

@-webkit-keyframes tooltipDotAnimate {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.6);
  }
  75% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes tooltipDotAnimate {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.6);
  }
  75% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes tooltipDotAnimate {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.6);
  }
  75% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

section.openPositionsfirstSection
  .overlay-color
  .planeDots
  .tooltipDot
  .tooltipPopover {
  width: 172px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.13);
  background: rgba(1, 1, 2, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  transform: translate(-50%, 0px) !important;
  font-family: "Roboto", sans-serif;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 35px;
  left: 50%;
  padding: 10px 15px;
  border-radius: 15px;
  transform: translate(-50%, -35px);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.35px;
  text-align: center;
  font-size: 13px;
}

section.openPositionsfirstSection
  .overlay-color
  .planeDots
  .tooltipDot
  .tooltipPopover
  a {
  text-decoration: none;
}

section.openPositionsfirstSection
  .overlay-color
  .planeDots
  .tooltipDot
  .tooltipPopover
  a {
  width: inherit;
  text-align: right;
}

section.openPositionsfirstSection
  .overlay-color
  .planeDots
  .tooltipDot:hover
  .tooltipPopover {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
  transition: all 0.3s ease-in-out;
}

section.openPositionsfirstSection .tooltipPopover p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3rem;
}

section.openPositionsfirstSection
  .overlay-color
  .planeDots
  .tooltipDot
  .tooltipPopover
  a {
  margin-right: -5rem;
}

@media only screen and (min-width: 767px) {
  section.openPositionsfirstSection .overlay-color .mobileDot {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  section.openPositionsfirstSection .overlay-color .desktopDot {
    display: none;
  }
}

@media only screen and (min-width: 1401px) {
  section.openPositionsfirstSection .overlay-color .tooltipDot {
    position: static;
  }
}

section.openPositionsfirstSection .overlay-color .planeAltitude {
  position: absolute;
  right: 15%;
  top: 20%;
}

section.openPositionsecondSection {
  background-color: #000;
  padding-bottom: 150px;
}

section.openPositionsecondSection .openPositionsArea .col-xl-4 {
  padding: 4px 12px;
}

section.openPositionsecondSection .openPositionTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

section.openPositionsecondSection .openPositionTitle h3 {
  text-align: center;
  color: #fff;
}

section.openPositionsecondSection .filterBar {
  margin: 20px 0;
  padding: 20px 15px 35px 15px;
  background: #101010;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}

section.openPositionsecondSection .filterBar ul#myUL2 {
  height: 400px;
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.openPositionsecondSection .filterBar ul#myUL2 .checkbox li {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  text-decoration: none;
  margin: 0px;
  padding-left: 3px;
}

section.openPositionsecondSection .filterBar ul#myUL2 .checkbox .form-check {
  max-width: 80%;
}

section.openPositionsecondSection .filterBar ul#myUL3 .checkbox .form-check2 {
  max-width: 80%;
}

section.openPositionsecondSection .filterBar ul#myUL2 .checkbox li p {
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: Center;
  justify-content: center;
  background: #2c2c2c;
  border-radius: 5px;
  margin-right: 15px;
}

section.openPositionsecondSection .filterBar ul#myUL3 {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.openPositionsecondSection .filterBar ul#myUL3 .buton {
  display: flex;
  justify-content: center;
}

/* emir update start */

section.openPositionsecondSection .filterBar ul#myUL3 button.filterButon {
  background-color: #000000;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  border: 0;
  width: 180px;
}

.filterButton {
  background-color: #000000;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  border: 0;
  width: 180px;
}

/* emir update end */

section.openPositionsecondSection .filterBar ul#myUL3 .checkbox li {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  text-decoration: none;
  margin: 0px;
}
.form-check2 {
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0.125rem;
}

.form-check-input2[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input2 {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.openPositionsecondSection .form-check-input:not(:checked),
section.openPositionsecondSection .form-check-input2:not(:checked) {
  background-color: transparent !important;
  border: 1px solid #666666 !important;
}

section.openPositionsecondSection .logoYazi {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 0.5px #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10px;
}

section.openPositionsecondSection .filterBar ul#myUL3 .checkbox li p {
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: Center;
  justify-content: center;
  background: rgba(0, 69, 246, 0.1);
  border-radius: 5px;
  margin-right: 20px;
}

section.openPositionsecondSection .filterBar .filterSearch {
  margin: 0 0 20px 0;
}

section.openPositionsecondSection .filterBar .filterSearch svg {
  position: relative;
  top: 28px;
  left: 10px;
  color: rgba(40, 40, 40, 1);
}

section.openPositionsecondSection .filterBar .filterSearch input.form-control {
  background-color: #010102;
  border-radius: 5px;
  border: 0;
  color: #fff;
  padding-left: 40px;
}

section.openPositionsecondSection
  .filterBar
  .filterSearch
  input.form-control::placeholder {
  color: rgba(40, 40, 40, 1);
}

section.openPositionsecondSection .filterBar .unitHead {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.openPositionsecondSection .filterBar .unitHead img {
  width: 12px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: 29px !important;
}

section.openPositionsecondSection .filterBar .unitHead #downArrowLast {
  width: 12px;
  cursor: pointer;
  margin-top: -20px;
  margin-right: 28px !important;
}

section.openPositionsecondSection .filterBar .unitHead i {
  color: #fff;
}

section.openPositionsecondSection .filterBar .unitHead h4 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

section.openPositionsecondSection .filterBar .head {
  display: flex;
  align-items: Center;
}

section.openPositionsecondSection .filterBar .head h3 {
  margin: 0;
  color: #666666;
}

section.openPositionsecondSection .filterBar .head img {
  margin: 0 15px 0 0;
}

section.openPositionsecondSection .orderWorkBox a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

section.openPositionsecondSection .searchBar input.form-control {
  height: 60px;
  background: #101010;
  border-radius: 50px;
  border: 0;
  margin: 0 0;
  padding: 15px 15px 15px 50px;
  color: white;
}

section.openPositionsecondSection .dropdown .btn.dropdown-toggle {
  cursor: pointer;
  color: white;
  font-size: 14px;
}

section.openPositionsecondSection .dropdown .dropdown-menu {
  background-color: rgba(15, 15, 15, 1);
}

section.openPositionsecondSection .dropdown-menu .dropdown-item:hover {
  color: #000;
}

section.openPositionsecondSection .searchBar input.form-control::placeholder {
  padding-block: 1px;
  padding-inline: 2px;
  color: rgba(40, 40, 40, 1);
  font-weight: 400;
}

section.openPositionsecondSection .searchBar svg {
  top: 40px;
  position: relative !important;
  left: 20px;
  color: rgba(40, 40, 40, 1);
}

section.openPositionsecondSection .workBox {
  position: relative;
  height: 215px;
  background: #101010;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

section.openPositionsecondSection .workBox .buton-content {
  position: absolute;
  bottom: 15px;
  gap: 5px;
}

section.openPositionsecondSection .workBox .buton-content button.apply {
  cursor: pointer;
  background-color: #000f43;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 5px 15px;
}

section.openPositionsecondSection .workBox .buton-content button.apply:hover {
  background-color: #fff;
  color: #000f43;
  transition: 0.2s;
}

section.openPositionsecondSection .workBox .buton-content button.exam {
  cursor: pointer;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #000f43;
  color: #fff;
  padding: 5px 15px;
  transition: 0.2s;
}

section.openPositionsecondSection .workBox .buton-content button.exam:hover {
  background-color: #fff;
  color: #000f43;
  transition: 0.2s;
}

section.openPositionsecondSection .workBox .tagContent {
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

section.openPositionsecondSection .workBox .tagContent .tagItem p {
  font-size: 11px;
  color: #121212;
  text-align: center;
  padding: 0px 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

section.openPositionsecondSection .workBox .tagContent .tagItem {
  margin: 2px 4px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  section.openPositionsecondSection .workBox .tagContent .tagItem {
    margin: 5px 10px;
  }
  section.openPositionsecondSection .workBox .tagContent {
    -webkit-line-clamp: 1;
  }
}

section.openPositionsecondSection .workBox .subHead h4 {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

section.openPositionsecondSection .workBox h3 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul.pagination li.page-item .page-link {
  background-color: transparent !important;
  border: 0;
  color: #666666;
}

ul.pagination li.page-item.active a.page-link {
  background-color: #121212 !important;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

section.internFirstSection {
  width: 100%;
  background-color: rgba(0, 21, 73, 0) 20%;
  background-image: url("../../assets/img/internBg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
}

section.internFirstSection .overlay-color {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    179.81deg,
    rgba(0, 21, 73, 0) 50%,
    rgba(1, 1, 2, 0.97) 99.83%
  );
}

section.internFirstSection .overlay-color .internHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

section.internFirstSection .overlay-color .internHead h3 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #cecece;
}

/* emir update */

section.internFirstSection .overlay-color .internHead p {
  text-align: center;
  color: #959595;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}

section.internFirstSection .overlay-color .internContentLeft {
  background-color: rgba(4, 4, 4, 0.1);
  box-shadow: 0px 4px 20px rgba(57, 57, 57, 0.25);
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 991px) {
  section.internFirstSection .internContentLeft.special,
  .internContentLeft.bottom {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  section.internFirstSection .overlay-color .internContentLeft {
    width: 90%;
    margin-left: 25px;
  }
}

@media (max-width: 400px) {
  section.internFirstSection .overlay-color .internContentLeft {
    margin-left: 20px;
  }
}

section.internFi
  section.internFirstSection
  .overlay-color
  .internLogoContainer {
  background-image: url("../img/baykarInternLogo.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding-left: 0;
}

section.internFirstSection .overlay-color .internContentLeft p {
  color: #d0d0d0;
  position: relative;
  font-weight: 300;
}

section.internFirstSection .overlay-color .internContentLeft h4 {
  color: #d0d0d0;
  position: relative;
  font-family: "Roboto";
}

section.internFirstSection .overlay-color .internContentLeft .blueDot {
  position: absolute;
  z-index: -1;
}

@media (max-width: 767.98px) {
  section.internFirstSection .overlay-color .internContentLeft .blueDot {
    width: 485px;
  }
}

@media (max-width: 550px) {
  section.internFirstSection .overlay-color .internContentLeft .blueDot {
    width: 400px;
  }
  .thirdSwiperContainer,
  .secondSectionContentContainer {
    padding: 24px 32px 0 32px;
  }
  .thirdSectionSwiper,
  .secondSwiper {
    height: 370px;
  }
  .gridListType div .workBox .buton-content {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 475px) {
  section.internFirstSection .overlay-color .internContentLeft .blueDot {
    width: 340px;
  }
}

@media (max-width: 405px) {
  section.internFirstSection .overlay-color .internContentLeft .blueDot {
    width: 260px;
  }
}

/* ----DetaySection--- */

section.detaySection {
  width: 100%;
  background-color: rgba(0, 21, 73, 0) 20%;
  background-image: url("../../assets/img/detail-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
}

section.detaySection .overlay-color {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  min-height:100svh !important;
  align-items: center;
  background: linear-gradient(
    179.81deg,
    rgba(0, 21, 73, 0) 50%,
    rgba(1, 1, 2, 0.97) 99.83%
  );
}

section.detaySection .overlay-color .internHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

section.detaySection .overlay-color .internHead h3 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #cecece;
}

/* emir update */

section.detaySection .overlay-color .internHead p {
  text-align: center;
  color: #959595;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}

section.detaySection .overlay-color .internContentLeft {
  background-color: rgba(4, 4, 4, 0.6);
  box-shadow: 0px 4px 20px rgba(57, 57, 57, 0.4);
  border-radius: 10px;
  padding: 50px 70px;
  margin-bottom: 100px;
}

@media (max-width: 450px) {
  section.detaySection .overlay-color .internContentLeft {
    padding: 50px 30px !important;
  }
}

@media (max-width: 450px) {
  section.detaySection .overlay-color .internContentLeft .blueDot {
    transform: translateX(-25%) translateY(-25%) !important;
    width: 300px !important;
  }
}

@media (max-width: 991px) {
  section.detaySection .internContentLeft.special,
  .internContentLeft.bottom {
    margin-top: 10px;
  }
}



@media (max-width: 500px) {
  section.detaySection .overlay-color .internContentLeft {
    width: 90%;
    margin-left: 25px;
  }
}

@media (max-width: 400px) {
  section.detaySection .overlay-color .internContentLeft {
    margin-left: 20px;
  }
}

section.internFi section.detaySection .overlay-color .internLogoContainer {
  background-image: url("../img/baykarInternLogo.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding-left: 0;
}

section.detaySection .overlay-color .internContentLeft p {
  color: #d0d0d0;
  position: relative;
  font-weight: 300;
}

section.detaySection .overlay-color .internContentLeft h4 {
  color: #d0d0d0;
  position: relative;
  font-family: "Open Sans";
}

section.detaySection .overlay-color .internContentLeft .blueDot {
  position: absolute;
  transform: translateX(25%) translateY(-50%);
  top: 50%;
      -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1200px) {
  section.detaySection .overlay-color .internContentLeft .blueDot {
    transform: translateX(0%) translateY(-50%) !important;
  }
  .thirdSwiperContainer,
  .secondSectionContentContainer {
    display: flex;
    flex-direction: column !important;
    margin-top: 0;
  }
}

.timeline {
  border-left: 1px solid #000f43;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: #000f43;
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

ul.timeline h5 {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

ul.timeline p {
  color: #d0d0d0;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.stajButon {
  display: flex;
  justify-content: flex-end;
}

.stajButon button {
  background-color: #000f43;
  border-radius: 4px;
  border: 0;
  color: #d0d0d0;
  font-size: 12px;
  padding: 10px 20px;
  transition: 0.2s;
  cursor: pointer;
}

.stajButon button:hover {
  background-color: #d0d0d0;
  color: #000f43;
  transition: 0.2s;
}

@media (max-width: 767.98px) {
  section.internFirstSection .overlay-color {
    width: 100%;
    padding: 90px 0;
  }
}

@media (max-width: 767.98px) {
  section.detaySection .overlay-color {
    width: 100%;
    padding: 90px 0;
  }
}

section.detaySection p,
h4,
h5,
h6,
li {
  font-family: "Open Sans";
  color: #d0d0d0;
}

section.detaySection .internContentLeft h4 {
  text-align: center;
}

section.detaySection .internContentLeft h6 {
  font-size: 18px;
  margin-top: 40px;
}

section.loginSection {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url("/assets/img/loginBg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.loginSection .loginRight {
  padding: 25px;
  width: 100%;
  height: 100vh;
  background: rgba(4, 5, 10, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

section.loginSection .loginRight .logo {
  margin-bottom: 50px;
}

section.loginSection .loginRight .LoginHead h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

section.loginSection .loginRight .LoginHead h3 {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

section.loginSection .loginRight .InputContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-family: "Roboto";
}

section.loginSection .loginRight .InputContent .createAccount {
  margin-top: 36px;
}

section.loginSection .loginRight .InputContent .createAccount p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

section.loginSection .loginRight .InputContent .createAccount p a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}



section.loginSection .loginRight .InputContent form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.loginSection .loginRight .InputContent form input.form-control {
  max-width: 330px;
  background-color: transparent;
  padding: 0.75rem;
  border: 1px solid #565656;
  color: #ffffff;
}

section.loginSection .form-check-input {
  background-color: transparent;
  border: 1px solid #565656;
}

section.loginSection .form-check-input:valid {
  background-color: transparent;
  border: 1px solid #565656;
}

section.loginSection .loginRight .InputContent form label.form-label {
  color: #fff;
}

section.loginSection .loginRight .InputContent .LoginBottom {
  width: 330px;
  display: flex;
  justify-content: space-between;
}

section.loginSection .loginRight .InputContent .LoginBottom a.pass {
  font-size: 14px;
  color: #757575 !important;
}

section.loginSection
  .loginRight
  .InputContent
  .LoginBottom
  .form-check
  label.form-check-label {
  font-size: 14px;
  color: #757575 !important;
}

section.loginSection .form-control.is-valid,
.was-validated .form-control:valid {
  background: none;
}

@media (min-width: 800px) and (max-width: 900px) {
  section.loginSection {
    width: 103%;
    height: 92vh;
  }
}

@media (min-width: 767px) {
  section.loginSection .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  section.loginSection .loginLeft {
    margin-left: 50px;
  }
}

@media (max-width: 435px) {
  section.loginSection .LoginHead h2 {
    font-size: 25px !important;
  }
  section.loginSection .LoginHead h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 395px) {
  section.loginSection .loginRight .logo {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  section.loginSection .LoginHead h2 {
    font-size: 25px !important;
  }
  section.loginSection .LoginHead h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 350px) {
  section.loginSection .mb-3,
  .LoginBottom {
    width: 275px !important;
  }
  section.loginSection .loginRight .logo {
    margin-top: 100px;
  }
  section.loginSection .LoginHead h2 {
    font-size: 25px !important;
  }
  section.loginSection .LoginHead h3 {
    font-size: 20px !important;
  }
  section.loginSection .InputContent {
    margin-top: 5px !important;
  }
}

.loginLeft {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loginLeft img.akinci {
  width: 40%;
  margin-top: -50px;
  margin-left: 100px;
  z-index: 1;
}

.loginLeft .LoginSlogan {
  font-family: "Roboto", sans-serif;
  z-index: 2;
}

.loginLeft .LoginSlogan h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  margin: 0;
}

.loginLeft .LoginSlogan h3 span {
  background: linear-gradient(270deg, #084db4 1.87%, #b5d2ff 87.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: #084db4;
  font-size: 70px;
}

.loginLeft .LoginSlogan h4 {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.accordion {
  border: 0 !important;
  border-radius: 5px;
  background-color: transparent !important;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent !important;
  border: 0 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}

section.questionSection
  .questionsSlider
  .swiperContent
  .accordionContent
  button.accordion-button {
  background-color: #000;
  margin-bottom: 10px;
  color: #ececec;
  border: 0 !important;
}

section.questionSection
  .questionsSlider
  .swiperContent
  .accordionContent
  button.accordion-button::after {
  order: -1;
  margin: 0 15px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-color: rgba(0, 26, 105, 1);
  color: #fff !important;
}

section.questionSection
  .questionsSlider
  .swiperContent
  .accordionContent
  button.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-body p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

section.questionSection {
  width: 100%;
  background-color: #000;
  background-image: url("/assets/img/questionsBg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.questionSection .questionsSlider .swiperContent {
  width: 100%;
  padding: 35px;
  background: rgba(20, 20, 20, 0.7);
  box-shadow: 0px 4px 50px rgba(2, 0, 106, 0.25);
  border-radius: 20px;
}

section.questionSection .questionsSlider .swiperContent .accordionContent {
  width: 100%;
}

section.questionSection
  .questionsSlider
  .swiperContent
  .accordionContent
  button.accordion-button {
  background-color: #000;
  margin-bottom: 10px;
  border: 0 !important;
}

section.questionSection .questionsSlider .questionsSwiper {
  height: 100%;
}

section.questionSection .questionsSlider .swiperContent h5 {
  color: #cecece;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

section.questionSection .overlay-color .row {
  width: 100%;
}

section.questionSection .questionsSwiper {
  width: 100%;
}

section.questionSection .questionsSwiper .swiper-slide {
  display: flex;
  align-items: start;
  justify-content: start;
  transition: all 200ms linear;
  transform: scale(0.95);
}

section.questionSection .questionsSwiper .swiper-slide-next::before {
  content: "";
  background: #000;
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.5;
}

section.questionSection .questionsSwiper .swiper-slide-active {
  transform: scale(1);
}

section.questionSection .overlay-color {
  width: 100%;
  padding: 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    179.81deg,
    rgba(0, 21, 73, 0) 50%,
    rgba(1, 1, 2, 0.97) 99.83%
  );
}

section.questionSection .overlay-color .internHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

section.questionSection .overlay-color .internHead h3 {
  text-align: center;
  color: #cecece;
}

section.questionSection .overlay-color .internHead p {
  text-align: center;
  color: #959595;
}

@media (max-width: 767.98px) {
  .loginLeft {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  section.questionSection .questionsSlider .swiperContent {
    padding: 10px;
  }
}

@media (min-width: 100px) {
  #fp-nav {
    display: none;
  }
}

/* emir update start */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  transition: 0.1;
}

::-webkit-scrollbar:hover {
  color: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(109, 108, 108, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.17);
}

/* emir update end */

/* Media Query For Television Size */

@media screen and (min-device-width: 2200px) and (max-device-width: 4500px) {
  section.firstSection .main-slogan #mainScroll h1 {
    font-size: 150px;
  }
  section.firstSection .main-slogan #mainScroll h3 {
    font-size: 100px;
  }
  section.secondSection .sectionImgArea .sloganSvg h1,
  section.thirdSection .thirdSectionImgArea .sloganSvg h1,
  section.firstSection .main-slogan #mainScroll h3,
  section.fifthSection .sectionImgArea .sloganSvg h1 {
    font-size: 100px !important;
  }
  section.fourthSection .sectionImgArea .sloganSvg h1 {
    font-size: 200px !important;
  }
  section.secondSection .sectionImgArea .sloganBottom h1,
  section.thirdSection .thirdSectionImgArea .sloganBottom h1,
  section.fifthSection .sectionImgArea .sloganBottom h1 {
    font-size: 100px !important;
  }
  section.fourthSection .sectionImgArea .sloganBottom h1 {
    font-size: 170px !important;
  }
  section.thirdSection .thirdSectionImgArea .sloganBottom {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .thirdNavigation {
    top: 0;
  }
  section.openPositionsfirstSection .tooltipPopover p {
    margin-left: 0rem;
  }
}

.swiper-slide {
  max-height: 100svh;
}

section.thirdSection .swiper-slide-active {
  opacity: 1;
  transform: translateY(-3%);
  animation: slideDown 0.8s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-3%);
  }
}

.thirdSection .workerCount {
  display: flex;
  align-items: start;
  gap: 50px;
  color: #fff;
  white-space: nowrap;
  margin-top: 3rem;
}

.thirdSection .item {
  display: flex;
  flex-direction: column;
}

.thirdSection .value {
  font: 500 22px Helvetica Neue, sans-serif;
}

.thirdSection .title {
  margin-top: 4px;
  font: 400 12px Helvetica Neue, sans-serif;
}

.thirdSection .separator {
  border-left: 1px solid #535353;
  height: 60%;
  margin-top: 4px;
}
.thirdSection .separator:first-child {
  display: none;
}

.offcanvas-body .seperator {
  border-left: 1px solid #353434;
  height: 50%;
  margin-top: 4px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .offcanvas-body .seperator {
    display: none;
  }
}

/* --****** 3 swiper */

.swiper-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 100%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .swiper-column {
    width: 100%;
  }
}

.swiper-item {
  border-radius: 4px;
  background-color: #002993;
  display: flex;
  margin-top: 11px;
  flex-grow: 1;
  padding-bottom: 15px;
  flex-direction: column;
  color: #fff;
  width: 100%;
}

@media (max-width: 991px) {
  .swiper-item {
    margin-top: 26px;
  }
}

.swiper-img {
  aspect-ratio: 1.92;
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 250px !important;
}

.swiper-content {
  display: flex;
  margin-top: 18px;
  flex-direction: column;
  padding: 0 18px;
}

.swiper-header {
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .swiper-header {
    white-space: initial;
  }
}

.swiper-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 11px;
  align-self: center;
}

.swiper-title {
  font-family: Helvetica Neue, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
}

.swiper-description {
  text-align: justify;
  margin-top: 10px;
  font: 300 12px Helvetica Neue, sans-serif;
}

.fourthSectionSwiper i {
  font-size: 10px;
  background-color: #002993;
  padding: 15px;
  border-radius: 50%;
  width: 20px;
  text-align: center;
  color: white !important;
}

/* --SixtSection--- */

.campusMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  section.sixthSection .sixthText {
    top: 15% !important;
  }
}

@media screen and (max-width: 1024px) {
  .sixthSection .swiper-slide .campus-card {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .sixthSection .tabMenu .container {
    display: none;
  }
  .campusMobile {
    width: 100%;
    display: block !important;
  }
  .sixthSectionSwiper {
    margin-top: 50px !important;
  }
  .sixthSection .swiper-slide .campus-card img {
    height: 140px !important;
  }
  .campus-card .campusName {
    font-size: 14px !important;
  }
  .campus-card .campusCardContent p {
    font-size: 12px !important;
  }
  .gridListType div .workBox .subHead h4 {
    font-size: 12px;
  }
  .gridListType div .workBox h3 {
    font-size: 12px;
  }
  .gridListType div .workBox .buton-content {
    font-size: 10px;
  }
}  .login-btn {
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 5px;
    border: none;
    color: white;
    padding: 10px 20px;
    background-color:  #002993;

  }  .login-btn:hover {
          
              
    background-color:  #002173;
  }
 .forgetButtons {
 margin-top: 24px ;}
      
   
   .home-btn {
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 5px;
    border: none;
    color: white;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);

  }
   .home-btn:hover{
    background-color:rgba(255, 255, 255, 0.09); ;
  }
 
  .forgetPassword {
    margin-top: 40px;
  }
  .successText {
    font-size: 20px;
    width: 50%;
    text-align: center;
    color: white;
    line-height: 24px;
    font-weight: 400;
  }
  .resetText {
    color: #9b9b9d;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    width: 50%;
    line-height: 18px;
  }

  @media screen and (min-width: 768px) and (max-width: 1250px) {
    .resetText, .successText {
      width: 100%;
    }
  }

  @media screen and (max-width:680px){
    .resetText, .successText {
      width: 80%;
    }
  }
  @media screen and (max-width:450px){
    .resetText, .successText {
      width: 100%;
    }
  }


@media screen and (max-width: 1024px) {
  section.sixthSection .tabMenu .container {
    display: none;
  }
  .campusMobile {
    display: block !important;
    height: auto;
    width: 80%;
  }
  .sixthSectionSwiper .swiper-slide {
    width: 100%;
    transform: scale(0.8);
    transition: all 300ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .sixthSectionSwiper .swiper-slide-next .campus-card {
    background-color: #002993 !important;
  }
  .sixthSectionSwiper .swiper-slide-active {
    transform: scale(1);
  }
  .sixthSection .swiper-slide .campus-card {
    background-color: #000000b2;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .sixthSection .swiper-slide .campus-card img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 0.6rem;
  }
  .campus-card .campusName {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin: 10px 0;
  }
  .campus-card .imageContainer {
    position: relative;
  }
  .campus-card .campusCardContent p {
    margin-bottom: 0;
    font-size: 14px;
    color: #b4b6b9;
    font-weight: 400;
    text-align: justify;
  }
}

@media screen and (max-width: 500px) {
  .campusMobile {
    width: 100% !important;
  }
  /* niyazi*/
  #sbSection .slogan-text {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 375px) {
  .campusMobile {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 376px) {
  .campus-card .campusCardContent p {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .campusMobile .swiper-slide .campusCardContent {
    padding: 5px 20px;
  }
  .paginationButton {
    display: flex;
  }
  .hidePaginationMobile {
    display: none;
  }
}

.main-container {
  padding: 300px 120px;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .main-container {
    display: none;
  }
}

.flight-center {
  gap: 20px;
  display: flex;
}

.flight-center-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}

.flight-center-column:hover {
  background-color: #002993;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transform: translateY(-5px);
  border-radius: 5px;
}

.flight-center-info,
.technology-center,
.flight-center-corlu {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7.5px);
  display: flex;
  flex-grow: 1;
  padding-bottom: 56px;
  flex-direction: column;
  color: #fff;
  width: 100%;
}

.flight-img-link {
  display: block;
  width: 100%;
  cursor: pointer;
}

.flight-img,
.tech-img,
.flight-corlu-img {
  aspect-ratio: 2.22;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.flight-img-link:hover .flight-img {
  transform: scale(1.02);
  opacity: 0.9;
}

.flight-center-details,
.tech-center-details,
.flight-corlu-details {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  padding: 0 15px;
}

.flight-center-name,
.tech-center-name,
.flight-corlu-name {
  font: 500 20px Helvetica Neue, sans-serif;
}

.flight-center-description,
.tech-center-description,
.flight-corlu-description {
  margin-top: 13px;
  font: 300 12px Helvetica Neue, sans-serif;
  color: #b4b6b9;
}
.flight-center-description-text {
  color: #b4b6b9;
  font: 300 16px Helvetica Neue, sans-serif;
}

.detayButon button {
  background-color: #000f43;
  border-radius: 30px;
  border: 0;
  color: #d0d0d0;
  font-size: 12px;
  padding: 10px 20px;
  transition: 0.2s;
  cursor: pointer;
}

.detayButon {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}

.detayButon button:hover {
  background-color: #d0d0d0;
  color: #000f43;
}

.filterGridType {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 1000px;
  height: 30px;
  width: 30px;
}

.filterGridType:hover {
  background-color: rgb(80, 80, 80);
}
.filterGridType svg {
  opacity: 0.4;
}
.selectedFilterGridType svg {
  opacity: 1;
}

.gridListType {
  border-radius: 20px;
  overflow: hidden;
}
.gridListType div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2px !important;
}
.gridListType div .workBox {
  border-radius: 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: auto;
  flex-direction: row;
  margin: 0;
  padding: 15px !important;
}

.gridListType div .workBox .tagContent {
  display: none;
}
.gridListType div .workBox h3 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  width: 100%;
}
.gridListType div .workBox .subHead {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.gridListType div .workBox .subHead h4 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
  margin-right: 20px !important;
}

.gridListType div .workBox .buton-content {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  padding: 0;
  margin: 0;
}

.paginationButton {
  cursor: pointer;
  border-radius: 1000px;
  transition: all 0.3s ease;
  margin: 0 3px;
}

.paginationButton:hover {
  background-color: rgb(58, 58, 58);
}

.form-check-input:focus,
form-check-input2:focus {
  box-shadow: none !important;
}

/* Base HTML'den aktarılan CSS'ler - Section 1-2-3-4 */

#pageTitle {
  font-family: 'JUST Sans Outline Regular' !important;
  letter-spacing: -1px !important;
  line-height: 1.2 !important;
}

.sloganSvg h1 {
  font-family: 'JUST Sans Outline Regular' !important;
  letter-spacing: -1px !important;
  line-height: 1.2 !important;
}

@media only screen and (max-width: 991px) {
  #pageTitle {
    letter-spacing: -1.5px !important;
  }
  .sloganSvg h1 {
    letter-spacing: -1.5px !important;
  }
}

@media only screen and (max-width: 574px) {
  #pageTitle {
    letter-spacing: -0.5px !important;
  }
  .sloganSvg h1 {
    letter-spacing: -0.5px !important;
  }
}

.secondSwiper .swiper-slide {
  width: calc(50% - 10px) !important;
  flex-shrink: 0 !important;
}

/* Desktop'ta soldaki kart (ilk görünen) aktif olmalı */
@media screen and (min-width: 992px) {
  .secondSwiper .swiper-slide:first-child {
    order: -1;
  }
}

@media screen and (max-width: 768px) {
  .secondSwiper .swiper-slide,
  .thirdSectionSwiper .swiper-slide {
    width: 100% !important;
    padding: 0 8px !important;
  }
}

.secondSwiper .event-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background: transparent !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.secondSwiper .swiper-slide,
.thirdSectionSwiper .swiper-slide {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Büyüyen kart için scale oranını biraz düşür (çakışmayı engelle) */
.secondSwiper .swiper-slide-active,
.thirdSectionSwiper .swiper-slide-active {
  transform: scale(1.08) !important;
  z-index: 10 !important;
}

.secondSwiper .swiper-slide:not(.swiper-slide-active),
.thirdSectionSwiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.75 !important;
}

.secondSwiper .swiper-slide--img--container {
  width: 100% !important;
  height: 360px !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
  position: relative !important;
  border-radius: 5px !important;
}

.secondSwiper .swiper-slide--img--container a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

@media screen and (max-width: 768px) {
  .secondSwiper .swiper-slide--img--container,
  .thirdSectionSwiper .swiper-slide--img--container {
    height: 280px !important;
  }
  .secondSwiper .swiper-slide-active,
  .thirdSectionSwiper .swiper-slide-active {
    transform: scale(1.05) !important;
  }
}

@media screen and (max-width: 550px) {
  .secondSwiper .swiper-slide--img--container,
  .thirdSectionSwiper .swiper-slide--img--container {
    height: 230px !important;
  }
  .secondSwiper .swiper-slide-active,
  .thirdSectionSwiper .swiper-slide-active {
    transform: scale(1.03) !important;
  }
}

.secondSwiper .event-image,
.thirdSectionSwiper .event-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.secondSwiper .swiper-slide-active .event-image,
.thirdSectionSwiper .swiper-slide-active .event-image {
  transform: scale(1.05) !important;
}

.secondSwiper .gradient-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    180deg,
    rgba(0, 7, 23, 0) 0%,
    rgba(0, 7, 23, 0) 30%,
    rgba(0, 7, 23, 0.6) 65%,
    rgba(0, 7, 23, 0.9) 75%,
    rgba(0, 7, 23, 1) 100%
  ) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  border-radius: 5px !important;
}



.secondSwiper .event-text-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 30px !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(0, 7, 23, 0) 0%,
    rgba(0, 7, 23, 0.8) 61%,
    rgba(0, 7, 23, 1) 100%
  );
}

.secondSwiper .swiper-slide--img--container a .event-text-overlay {
  pointer-events: none !important;
}

.secondSwiper .event-text-overlay p {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.4 !important;
}

.secondSwiper .event-text {
  display: none !important;
}

.secondSwiper {
  padding-bottom: 60px !important;
}

/* Pagination dots */
.second-swiper-pagination,
.third-swiper-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  transform: none !important;
  width: auto !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 6px !important;
  padding-left: 20px !important;
}

.second-swiper-pagination .swiper-pagination-bullet,
.third-swiper-pagination .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  border-radius: 50% !important;
  cursor: pointer !important;
}

.second-swiper-pagination .swiper-pagination-bullet-active,
.third-swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .secondSwiper,
  .thirdSectionSwiper {
    padding-bottom: 50px !important;
  }
  .secondSwiper .event-text-overlay {
    padding: 15px !important;
  }
  .secondSwiper .event-text-overlay p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 550px) {
  .secondSwiper,
  .thirdSectionSwiper {
    padding-bottom: 40px !important;
  }
  
  .secondSwiper .swiper-slide,
  .thirdSectionSwiper .swiper-slide {
    padding: 0 6px !important;
  }
  
  .secondSwiper .event-text-overlay {
    padding: 12px !important;
  }
  .secondSwiper .event-text-overlay p {
    font-size: 14px !important;
  }
  .second-swiper-pagination,
  .third-swiper-pagination {
    bottom: 12px !important;
    padding-left: 16px !important;
  }
  .second-swiper-pagination .swiper-pagination-bullet,
  .third-swiper-pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
  .second-swiper-pagination .swiper-pagination-bullet-active,
  .third-swiper-pagination .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
  }
}

/* Section 2 ve Section 3 aynı CSS'leri kullanıyor */
.secondSwiper .swiper-slide,
.thirdSectionSwiper .swiper-slide {
  width: calc(50% - 10px) !important;
  flex-shrink: 0 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 0 10px !important;
}

.secondSwiper .event-card,
.thirdSectionSwiper .event-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background: transparent !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.secondSwiper .swiper-slide--img--container,
.thirdSectionSwiper .swiper-slide--img--container {
  width: 100% !important;
  height: 360px !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
  position: relative !important;
  border-radius: 5px !important;
}

.secondSwiper .swiper-slide--img--container a,
.thirdSectionSwiper .swiper-slide--img--container a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.secondSwiper .event-image,
.thirdSectionSwiper .event-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.secondSwiper .gradient-overlay,
.thirdSectionSwiper .gradient-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    180deg,
    rgba(0, 7, 23, 0) 0%,
    rgba(0, 7, 23, 0) 30%,
    rgba(0, 7, 23, 0.6) 65%,
    rgba(0, 7, 23, 0.9) 85%,
    rgba(0, 7, 23, 1) 100%
  ) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  border-radius: 5px !important;
}

.secondSwiper .event-text-overlay,
.thirdSectionSwiper .event-text-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 20px !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

.secondSwiper .swiper-slide--img--container a .event-text-overlay,
.thirdSectionSwiper .swiper-slide--img--container a .event-text-overlay {
  pointer-events: none !important;
}

.secondSwiper .event-text-overlay p,
.thirdSectionSwiper .event-text-overlay p {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.4 !important;
}

.secondSwiper .event-text,
.thirdSectionSwiper .event-text {
  display: none !important;
}

.second-swiper-container,
.third-swiper-container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.second-swiper-container .secondSwiper,
.third-swiper-container .thirdSectionSwiper {
  flex: 1;
}

.second-button-prev,
.second-button-next,
.third-button-prev,
.third-button-next {
  font-size: 10px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.second-button-prev i,
.second-button-next i,
.third-button-prev i,
.third-button-next i {
  color: #002993;
}

@media screen and (max-width: 768px) {
  section.thirdSection {
    min-height: 100vh;
    height: auto;
  }
  section.thirdSection .thirdImg {
    position: absolute;
    height: 100%;
    min-height: 100vh;
    width: 100%;
  }
  section.thirdSection .thirdImg img {
    min-height: 100vh;
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
  }
  section.thirdSection .overlay-color2 {
    min-height: 100vh;
    height: auto;
    position: absolute;
    width: 100%;
  }
}

.secondSection .second-button-prev,
.secondSection .second-button-next,
.thirdSection .third-button-prev,
.thirdSection .third-button-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer !important;
  background: white !important;
  border: none !important;
  border-radius: 50% !important;
  padding: 5px !important;
  font-size: 10px !important;
}

.secondSection .second-button-prev i,
.secondSection .second-button-next i,
.thirdSection .third-button-prev i,
.thirdSection .third-button-next i {
  color: #002993 !important;
  font-size: 10px !important;
}

.personel-chart-container {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  visibility: visible !important;
  opacity: 1 !important;
}

#personelChart {
  max-width: 200px;
  max-height: 200px;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  visibility: visible !important;
}

.personel-chart-legend {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.personel-chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

.personel-chart-legend .legend-color {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
}

.personel-chart-legend .legend-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.personel-chart-legend .legend-number {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.personel-chart-legend .legend-label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .personel-chart-container {
    max-width: 100%;
    padding: 20px 0;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  #personelChart {
    max-width: 225px;
    max-height: 225px;
    display: block !important;
    visibility: visible !important;
  }
  .personel-chart-legend {
    display: flex !important;
    visibility: visible !important;
  }
  .personel-chart-legend .legend-number {
    font-size: 20px;
  }
  .personel-chart-legend .legend-label {
    font-size: 14px;
  }
  .workerCount {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .thirdSectionImgArea {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .thirdSwiperContainer {
    flex-direction: column !important;
  }
  .thirdSwiperContainer > div {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .thirdSwiperContainer > div.order-1 {
    order: 1 !important;
  }
  .thirdSwiperContainer > div.order-2 {
    order: 2 !important;
  }
  .thirdSectionImgArea .workerCount,
  .thirdSectionImgArea .personel-chart-container,
  .thirdSectionImgArea .personel-chart-container canvas {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .personel-chart-container {
    padding: 15px 0;
  }
  #personelChart {
    max-width: 175px;
    max-height: 175px;
  }
  .personel-chart-legend {
    gap: 10px;
  }
  .personel-chart-legend .legend-item {
    padding: 5px 0;
  }
  .personel-chart-legend .legend-color {
    width: 16px;
    height: 16px;
  }
  .personel-chart-legend .legend-number {
    font-size: 18px;
  }
  .personel-chart-legend .legend-label {
    font-size: 13px;
  }
}

/* Fourth Section - Job Cards Swiper */
section.fourthSection {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.fourthSection .overlay-color2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  section.fourthSection {
    padding-top: 100px !important;
    min-height: calc(100vh);
  }
  section.fourthSection .overlay-color2 {
    top: 100px;
    height: calc(100% - 100px);
  }
}

@media only screen and (max-width: 576px) {
  section.fourthSection {
    padding-top: 100px !important;
    min-height: calc(100vh);
  }
  section.fourthSection .overlay-color2 {
    top: 100px;
    height: calc(100% - 100px);
  }
}

section.fourthSection .fourthSectionContainer {
  position: relative !important;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: none !important;
  right: auto !important;
  top: auto !important;
}

section.fourthSection .fourthText h3 {
  font-size: 32px !important;
  font-weight: 600;
}

section.fourthSection .fourthText p {
  font-size: 20px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.fourthSectionSwiperContainer {
  width: 100%;
  position: relative;
  padding: 30px 0 60px;
  max-width: 1900px;
  margin: 0 auto;
}

.fourth-section-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.fourthSectionSwiper {
  flex: 1;
  width: 100%;
  padding: 0;
  overflow: visible;
}

.fourthSectionSwiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 24px;
  height: auto !important;
  transform: none !important;
  width: 100% !important;
  transition: opacity 0.3s ease-in-out;
  grid-template-rows: 1fr;
  opacity: 0;
}

.fourthSectionSwiper .swiper-wrapper.initialized {
  opacity: 1;
}

@media only screen and (min-width: 1600px) {
  .fourthSectionSwiper .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

.fourthSectionSwiper .swiper-slide {
  width: 100% !important;
  height: auto;
  flex-shrink: 0;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  display: none !important;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.fourthSectionSwiper .swiper-slide:not(.swiper-slide-hidden) {
  opacity: 1 !important;
  transform: translateY(0) !important;
  display: block !important;
}

.fourthSectionSwiper .swiper-slide-hidden {
  display: none !important;
  opacity: 0 !important;
  transform: translateY(10px) !important;
}

.fourthSectionSwiper .swiper-slide.fade-in {
  animation: fadeInUp 0.4s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 768px) {
  .fourthSectionSwiper .swiper-wrapper {
    transition: opacity 0.2s ease-in-out;
  }
  .fourthSectionSwiper .swiper-slide {
    transition: opacity 0.2s ease-in-out;
  }
  .fourthSectionSwiper .swiper-slide.fade-in {
    animation: fadeInUpMobile 0.3s ease-out forwards;
  }
  @keyframes fadeInUpMobile {
    from {
      opacity: 0;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media only screen and (max-width: 576px) {
  .fourthSectionSwiper .swiper-wrapper {
    transition: none;
  }
  .fourthSectionSwiper .swiper-slide {
    transition: opacity 0.15s ease-in-out;
  }
  .fourthSectionSwiper .swiper-slide.fade-in {
    animation: fadeInMobile 0.2s ease-out forwards;
  }
  @keyframes fadeInMobile {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

.fourth-button-prev,
.fourth-button-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #002993;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #002993;
  font-size: 18px;
  flex-shrink: 0;
}

.fourth-button-prev:hover,
.fourth-button-next:hover {
  background: #002993;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 41, 147, 0.3);
  transform: scale(1.1);
}

.fourth-button-prev:active,
.fourth-button-next:active {
  transform: scale(0.95);
}

.fourth-button-prev.swiper-button-disabled,
.fourth-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.job-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.job-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 28px;
  height: 400px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 41, 147, 0.1);
  position: relative;
  overflow: hidden;
}

.job-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #002993;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 41, 147, 0.2);
  border-color: rgba(0, 41, 147, 0.3);
}

.job-card:hover::before {
  transform: scaleX(1);
}

.job-card-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f4f8;
}

.job-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #002993;
  height: 57px;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.3px;
}

.job-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.job-card-body .tagContent {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  width: 100%;
  max-height: 70px;
  overflow: hidden;
}

.job-card-summary {
  min-height: 42px;
  height: 42px;
  overflow: hidden;
}

.job-card-summary p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.job-card-detail i {
  color: #002993;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  min-width: 24px;
  min-height: 24px;
}

.job-card-detail-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.job-card-label {
  color: #64748b;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.job-card-value {
  color: #1e293b;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  height: 42px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  margin-top: auto;
  width: 100%;
}

.job-card-footer .apply-button {
  flex: 1;
  background: #002993;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.job-card-footer .apply-button:hover {
  background: #001f6b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 41, 147, 0.3);
}

.job-card-footer .review-button {
  flex: 1;
  background: #f0f4f8;
  color: #002993;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-card-footer .review-button:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}

@media only screen and (max-width: 1200px) {
  .fourthSectionSwiperContainer {
    padding: 20px 0 80px;
  }
  .fourth-section-wrapper {
    gap: 15px;
  }
  .fourthSectionSwiper .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  section.fourthSection .overlay-color2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.fourthSection .fourthSectionContainer {
    transform: none !important;
    right: auto !important;
    top: auto !important;
  }
  section.fourthSection .fourthText {
    width: 80% !important;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
  }
  section.fourthSection .fourthText h3 {
    font-size: 28px !important;
    margin-bottom: 12px !important;
  }
  section.fourthSection .fourthText p {
    font-size: 18px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #80838c !important;
    margin-top: 8px !important;
  }
  .fourthSectionSwiperContainer {
    padding: 10px 20px 80px;
  }
  .fourth-section-wrapper {
    gap: 12px;
  }
  .fourthSectionSwiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .job-card {
    padding: 24px;
    height: 320px;
  }
  .job-card-title {
    font-size: 17px;
    height: 42px;
  }
  .fourth-button-prev,
  .fourth-button-next {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  section.fourthSection .overlay-color2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.fourthSection .fourthSectionContainer {
    position: relative !important;
    transform: none !important;
    right: auto !important;
    width: 100% !important;
    padding: 0 10px;
    top: auto !important;
  }
  section.fourthSection .fourthText {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    text-align: center;
  }
  section.fourthSection .fourthText h3 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  section.fourthSection .fourthText p {
    font-size: 16px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #80838c !important;
    margin-top: 8px !important;
  }
  .fourthSectionSwiperContainer {
    padding: 10px 0 60px;
  }
  .fourth-section-wrapper {
    gap: 10px;
    padding: 0 15px;
  }
  .fourthSectionSwiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .job-card {
    padding: 20px;
    height: 380px;
  }
  .job-card-title {
    font-size: 16px;
    min-height: 48px;
  }
  .job-card-value {
    font-size: 14px;
    height: 40px;
  }
  .job-card-summary {
    min-height: 40px;
    height: 40px;
  }
  .job-card-body .tagContent {
    max-height: 65px;
  }
  .job-card-footer {
    flex-direction: row;
    gap: 10px;
  }
  .job-card-footer .apply-button,
  .job-card-footer .review-button {
    flex: 1;
  }
  .fourth-button-prev,
  .fourth-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  section.fourthSection .openPositions {
    padding: 0 20px;
    position: relative !important;
  }
}

@media only screen and (max-width: 576px) {
  section.fourthSection .overlay-color2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.fourthSection .fourthSectionContainer {
    position: relative !important;
    transform: none !important;
    right: auto !important;
    width: 100% !important;
    padding: 0 15px;
    top: auto !important;
  }
  section.fourthSection .fourthText {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding: 0;
    text-align: center;
  }
  section.fourthSection .fourthText h3 {
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 12px !important;
  }
  section.fourthSection .fourthText p {
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #80838c !important;
  }
  .fourthSectionSwiperContainer {
    padding: 10px 0 50px;
  }
  .fourth-section-wrapper {
    gap: 8px;
    padding: 0 10px;
  }
  .fourthSectionSwiper .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  .job-card {
    padding: 18px;
    height: 320px;
  }
  .job-card-title {
    font-size: 15px;
    height: 30px;
  }
  .job-card-value {
    font-size: 13px;
    height: 38px;
  }
  .job-card-body .tagContent {
    gap: 6px 6px;
    margin: 10px 0 0 0;
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .job-card-body .tagItem p {
    font-size: 11px;
    padding: 3px;
    height: 29px;
  }
  .job-card-footer {
    flex-direction: column;
    gap: 8px;
  }
  .job-card-footer .apply-button,
  .job-card-footer .review-button {
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
  }
  .fourth-button-prev,
  .fourth-button-next {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  section.fourthSection .openPositions {
    padding: 0 15px;
    position: relative !important;
  }
  section.fourthSection .openPositions .btn button {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
  }
}

.job-card-body .tagItem {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 5px;
}

.job-card-body .tagItem p {
  background: #f0f4f8;
  font-size: 12px;
  color: #002993;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 6px;
  border-radius: 4px;
  margin: 0;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  border: none;
  transition: all 0.2s ease;
  height: 29px;
}

.job-card:hover .job-card-body .tagItem p {
  background: #f0f4f8;
  color: #002993;
  transform: translateY(-1px);
}

section.fourthSection .openPositions .btn button {
  background-color: #002993 !important;
  color: #ffffff !important;
  border: 2px solid #002993 !important;
  transition: all 0.3s ease;
}

section.fourthSection .openPositions .btn button:hover {
  background-color: #001f6b !important;
  color: #ffffff !important;
  border-color: #001f6b !important;
}

section.fourthSection .fourthText h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
}

section.fourthSection .fourthText p {
  font-size: 20px !important;
}

/* Navbar CSS'leri */
@media (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-nav {
    gap: 24px;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 18px !important;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    border-radius: 6px;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar .nav-item.dropdown {
    position: relative;
  }
  .navbar .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    margin-top: 0;
    padding: 8px;
    min-width: 220px;
    background: #ffffff !important;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.15);
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 1050 !important;
    pointer-events: none;
  }
  .navbar .nav-item.dropdown:hover .dropdown-menu,
  .navbar .dropdown-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  .navbar .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b !important;
    transition: all 0.2s ease;
    margin: 0;
    border-radius: 6px;
  }
  .navbar .dropdown-item:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
    color: #ffffff !important;
  }
  .navbar .dropdown-toggle::after {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .offcanvas-body .dropdown-menu {
    padding: 8px;
    background: #ffffff !important;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.15);
    margin-top: 4px;
  }
  .offcanvas-body .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b !important;
    transition: all 0.2s ease;
    margin: 0;
    border-radius: 6px;
  }
  .offcanvas-body .dropdown-item:hover,
  .offcanvas-body .dropdown-item:focus {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
    color: #ffffff !important;
  }
  .offcanvas-body .dropdown-item:active {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
    color: #ffffff !important;
  }
}

/* Floating CTA Button Styles */
.floating-cta-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cta-button-link {
  text-decoration: none;
}

.btnFloatingCTA {
  background: linear-gradient(135deg, #002993 0%, #1a3366 100%);
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(16, 33, 73, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.btnFloatingCTA:hover {
  box-shadow: 0 12px 32px rgba(16, 33, 73, 0.4);
}

.btnFloatingCTA:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(16, 33, 73, 0.3);
}

.btnFloatingCTA svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.btnFloatingCTA:hover svg {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .floating-cta-button {
    bottom: 20px;
    right: 20px;
  }

  .btnFloatingCTA {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btnFloatingCTA span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 480px) {
  .floating-cta-button {
    bottom: 15px;
    right: 15px;
  }

  .btnFloatingCTA {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media print {
  .floating-cta-button {
    display: none;
  }
}